FileUtils

open class FileUtils

Types

Link copied to clipboard
Task checking whether app's process can read a file.
Link copied to clipboard
Task checking whether app's process can write to a file.
Link copied to clipboard
Interface definition for a callback invoked when checking file's read permissions.
Link copied to clipboard
Interface definition for a callback invoked when checking file's write permissions.

Functions

Link copied to clipboard
open fun deleteFile(@NonNull path: String)
Deletes a file asynchronously in a separate thread.